home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / dsattrs.dfm / dsattrs.txt
Text File  |  1999-08-11  |  1KB  |  82 lines

  1. object SaveAttributesAs: TSaveAttributesAs
  2.   Left = 426
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save %s attributes as'
  6.   ClientHeight = 119
  7.   ClientWidth = 274
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 2
  15.     Top = 8
  16.     Width = 183
  17.     Height = 105
  18.     Shape = bsFrame
  19.   end
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 16
  23.     Width = 88
  24.     Height = 13
  25.     Caption = '&Attribute set name:'
  26.     FocusControl = AttributeNameEdit
  27.   end
  28.   object Label2: TLabel
  29.     Left = 10
  30.     Top = 64
  31.     Width = 48
  32.     Height = 13
  33.     Caption = '&Based on:'
  34.     FocusControl = BasedOnList
  35.   end
  36.   object BasedOnList: TComboBox
  37.     Left = 10
  38.     Top = 80
  39.     Width = 167
  40.     Height = 21
  41.     ItemHeight = 13
  42.     TabOrder = 1
  43.   end
  44.   object AttributeNameEdit: TEdit
  45.     Left = 10
  46.     Top = 32
  47.     Width = 167
  48.     Height = 21
  49.     TabOrder = 0
  50.   end
  51.   object OKBtn: TButton
  52.     Left = 192
  53.     Top = 8
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = OKBtnClick
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 192
  63.     Top = 40
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 3
  70.     OnClick = CancelBtnClick
  71.   end
  72.   object HelpBtn: TButton
  73.     Left = 192
  74.     Top = 72
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Help'
  78.     TabOrder = 4
  79.     OnClick = HelpBtnClick
  80.   end
  81. end
  82.